feat(export): support custom date ranges#225
feat(export): support custom date ranges#225ozymandiashh wants to merge 2 commits intogetagentseal:mainfrom
Conversation
f39c110 to
b8f0e85
Compare
|
Hi, tests/cli-export-date-range.test.ts uses UTC ("Z") timestamps but --from/--to are parsed as local dates, so the “out-of-range” session can fall within the local 2026-04-10 window in some timezones and be included, breaking the test deterministically depending on TZ. Severity: remediation recommended | Category: reliability How to fix: Force TZ=UTC in test Agent prompt to fix - you can give this to your LLM of choice:
Found by Qodo code review |
|
Thanks for catching this. Good point: the CLI parses Fixed in Validated with:
GitHub checks are green now as well. |
Summary
--from/--totocodeburn exportPart of #12, item 3.
Validation
npx tsc --noEmitnpx vitest run tests/date-range-filter.test.ts tests/cli-export-date-range.test.ts tests/export.test.tsnpx vitest runnpm run buildPre-commit review